GoXam for WPF v3
GraphLinksModelLinkData<NodeKey,PortKey> Class Members
Properties  Methods  Events


Northwoods.GoXam.Model Namespace : GraphLinksModelLinkData<NodeKey,PortKey> Class

The following tables list the members exposed by GraphLinksModelLinkData<NodeKey,PortKey>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a String that names the category to which the link data belongs.  
Public Property Gets or sets the key value of the node from which this link comes.  
Public PropertyGets or sets the optional parameter information for the From node's port.  
Public Property Gets or sets the key value of the node which is on this link acting as if it were a label.  
Public PropertyGets or sets a collection of Points used to define the path of the link.  
Public Property Gets or sets a string that can be used for a text label on a link.  
Public Property Gets or sets the key value of the node to which this link goes.  
Public PropertyGets or sets the optional parameter information for the To node's port.  
Top
Public Methods
 NameDescription
Public MethodThis method implements the IChangeDataValue interface, used to perform state changes for undo and redo.  
Public MethodCreate a copy of this data; this implements the ICloneable interface.  
Public MethodInitialize this link data with data held in a Linq for XML XElement.  
Public MethodConstructs a Linq for XML XElement holding the data of this link.  
Public MethodRaise the PropertyChanged event.  
Public MethodFor debugging, use the From and To properties as this object's default text rendering.  
Top
Protected Methods
 NameDescription
Protected MethodConvert a NodeKey key value to a string.  
Protected MethodConvert a PortKey key value to a string.  
Protected MethodConvert a string to a NodeKey key value.  
Protected MethodConvert a string to a PortKey key value.  
Protected MethodCall this method from property setters to raise the PropertyChanged event.  
Top
Public Events
 NameDescription
Public EventThis event implements the System.ComponentModel.INotifyPropertyChanged interface, so that both the model and the dependency object system can be informed of changes to property values.  
Top
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
Northwoods.GoXam.Model Namespace